home *** CD-ROM | disk | FTP | other *** search
- *** /usr/include/sys/time.h Tue May 2 09:54:54 1995
- --- time.h Thu Jun 29 23:09:54 1995
- ***************
- *** 1,9 ****
- #ifndef _SYS_TIME_H_
- #define _SYS_TIME_H_
- #ifdef __STDC__
- ! #pragma comment(exestr, "@(#) time.h 25.3 94/09/22 ")
- #else
- ! #ident "@(#) time.h 25.3 94/09/22 "
- #endif
- /*
- * Copyright (C) 1993-1994 The Santa Cruz Operation, Inc.
- --- 1,17 ----
- + /*
- + * UNOFFICIAL corrections applied by Tom Kelly (tom@sco.com).
- + * USE AT YOUR OWN RISK. MAY CAUSE CHANGES IN THE WEATHER.
- + *
- + * DO NOT REPLACE /usr/include/sys/time.h WITH THIS FILE.
- + * YOU *WILL* REGRET IT.
- + */
- +
- #ifndef _SYS_TIME_H_
- #define _SYS_TIME_H_
- #ifdef __STDC__
- ! #pragma comment(exestr, "@(#) time.h 25.3 94/09/22 SKUNKWARE 5 VERSION (tom)")
- #else
- ! #ident "@(#) time.h 25.3 94/09/22 SKUNKWARE 5 VERSION (tom)"
- #endif
- /*
- * Copyright (C) 1993-1994 The Santa Cruz Operation, Inc.
- ***************
- *** 57,65 ****
- --- 65,79 ----
-
- #if !defined(_INKERNEL)
- # if defined(__STDC__) && !defined(_NO_PROTOTYPE)
- + #ifdef __cplusplus
- + extern "C" {
- + #endif
- extern int adjtime (struct timeval *, struct timeval *);
- extern int gettimeofday (struct timeval *, struct timezone *);
- extern int settimeofday (struct timeval *, struct timezone *);
- + #ifdef __cplusplus
- + }
- + #endif
- # else
- extern int adjtime ();
- extern int gettimeofday ();
-